# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: rs485 - slave.mcp
# Date: Sun Jul 18 14:45:51 2010

AS = MPASMWIN.exe
CC = mcc18.exe
LD = mplink.exe
AR = mplib.exe
RM = del

"rs485 - slave.cof" : "main.o" "usart.o" "lcddriver.o"
	$(LD) /l"C:\MCC18\lib" /k"C:\MCC18\bin\LKR" "C:\MCC18\bin\LKR\18f6585_g.lkr" "main.o" "usart.o" "lcddriver.o" "C:\MCC18\lib\p18f6585.lib" /u_CRUNTIME /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"rs485 - slave.cof" /M"rs485 - slave.map" /W

"main.o" : "main.c" "usart.h" "C:\MCC18\h\usart.h" "C:\MCC18\h\delays.h" "main.c" "C:\MCC18\h\p18f6585.h" "C:\MCC18\h\pconfig.h" "C:\MCC18\h\p18cxxx.h"
	$(CC) -p=18F6585 /i"C:\MCC18\h" "main.c" -fo="main.o" -D__DEBUG -mL -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-

"usart.o" : "usart.c" "C:\MCC18\h\usart.h" "C:\MCC18\h\conio.h" "usart.c" "C:\MCC18\h\pconfig.h" "C:\MCC18\h\p18cxxx.h" "C:\MCC18\h\p18f6585.h"
	$(CC) -p=18F6585 /i"C:\MCC18\h" "usart.c" -fo="usart.o" -D__DEBUG -mL -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-

"lcddriver.o" : "lcddriver.c" "lcd4bit.h" "lcddriver.c" "p18f6585.h"
	$(CC) -p=18F6585 /i"C:\MCC18\h" "lcddriver.c" -fo="lcddriver.o" -D__DEBUG -mL -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-

"clean" : 
	$(RM) "main.o" "usart.o" "lcddriver.o" "rs485 - slave.cof" "rs485 - slave.hex"

